@charset "utf-8";
*{padding: 0; margin: 0;}
.list-category .div-tab.tabs { margin-bottom:0px; }

.list-board { margin-bottom:15px; }

/* Icon */
.list-board .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-board .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-board .wr-notice { width:37px; height:19px; background-image: url('../../img/icon_notice.gif'); }
.list-board .wr-new { width:12px; height:12px; background-image: url('../../img/icon_new.gif'); }
.list-board .wr-secret { width:12px; height:12px; background-image: url('../../img/icon_secret.gif'); }
.list-board .wr-hot { width:12px; height:12px; background-image: url('../../img/icon_hot.gif'); }
.list-board .wr-video { width:12px; height:12px; background-image: url('../../img/icon_video.gif'); }
.list-board .wr-image { width:12px; height:12px; background-image: url('../../img/icon_image.gif'); }
.list-board .wr-file { width:12px; height:12px; background-image: url('../../img/icon_file.gif'); }
.list-board .wr-vicon { position:absolute; left:4px; bottom:3px; color: rgba(255,255,255,1); font-size:16px; z-index:1; }

/* Width */
.list-board .wr-chk { width:25px; }
.list-board .wr-num { width:45px; }
.list-board .wr-cate { width:80px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-5 { width:70px; }
.list-board .wr-2 { width:85px; }
.list-board .wr-7 { width:65px; }
.list-board .wr-3 { width:120px; }
.list-board .wr-4 { width:50px; }
.list-board .wr-8 { width:50px; }
.list-board .wr-11 { width: 100px;}
.list-board .wr-name { width:65px; }
.list-board .wr-date { width:175px; }
.list-board .wr-hit { width:60px; }
.list-board .wr-down { width:50px; }
.list-board .wr-visit { width:50px; }
.list-board .wr-good { width:50px; }
.list-board .wr-nogood { width:50px; }
.list-board .wr-none { padding:50px 0px; text-align:center; color:#888; }
.list-board .wr-comment { margin:0px 10px; }
.list-board .wr-hidden { display:none; }
.list-board .wr-datetime { width: 85px; }

/* List */
.list-board .list-body { list-style:none; padding:0px; margin:0px; }
.list-board .list-body li { border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; border-collapse: collapse; }
.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }
.list-board .list-body li > div { display:table-cell; height:12px; text-align:center; color:#666; vertical-align:middle; border-bottom:1px solid black;}
.list-board .list-body .wr-date { padding-left:2px !important; }
.list-board .list-body .wr-num { text-align:center; color:black; font-size:12px;}
.list-board .list-body .wr-2 { text-align:center; font-size:12px;}
.list-board .list-body .wr-3 { text-align:left; }
.list-board .list-body .wr-4 { text-align:center;}
.list-board .list-body .wr-5 { text-align:center; font-size:12px; color:black; line-height: 12px; letter-spacing: -0.2px;}
.list-board .list-body .wr-6 { text-align:center; }
.list-board .list-body .wr-7 { text-align:center; padding-left:0px; font-weight:bold;}
.list-board .list-body .wr-datetime { text-align:center; font-size:12px;}
.list-board .list-body .wr-cate { text-align:center; font-size:11px; letter-spacing:-1px; color:#888; }
.list-board .list-body .wr-subject { padding-left:3px; text-align:left; font-size:14px; color:blue;}
.list-board .list-body .wr-subject .item-subject { display:block; word-break:break-all; font-family:serif;}
.list-board .list-body .wr-name { text-align:center; padding-left:0px; font-weight:bold; }
.list-board .list-body .wr-name a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;  }
.list-board .list-body .thumb-img { position:relative; width:46px; height:46px; margin:0px auto; }
.list-board .list-body .thumb-icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .list-body .thumb-icon a { display:table-cell; width:1%; background:#eee; color:#fff; vertical-align:middle; font-size:30px; }
.list-board .list-body .thumb-icon img { width:46px; height:46px; margin:0px auto; }

.wr_4_modal{ 
  position:fixed; width:100%; height:100%; background: #0000005c; top:0; left:0; display:none;z-index:3;
}

.wr_4_modal_content {
  width: 400px;
  height: 500px;
  background: #FFF;
  border-radius: 10px;
  /* top: 50%; */
  left: 50%;
  margin-left: 260px;
  box-sizing: border-box;
  padding: 25px 25px;
  line-height: 23px;
  cursor: pointer;
  overflow-x: auto;
  position: fixed;
  top: 75px;
  font-size: 14px;
}
.wr_4_modal_content::-webkit-scrollbar {
    width: 6px; /* 스크롤바 너비 */
    height: 6px; /* 스크롤바 높이 */
  }

.wr_4_modal_content::-webkit-scrollbar-thumb {
    background-color: #aaa; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 라운드 처리를 위한 border-radius 속성값 */
  }

.wr_4_modal_content span {
    display: block;
    background-color: #0000ff;
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 600;
  }
  .board-list {
    text-align: center;
    margin: auto;
  }




   /* index.skin.php */
.index-wrap ul {display: flex;padding: 0px;}
.index-wrap ul li {list-style-type: none; padding:0 3px;}
.index-wrap ul li.key {background-color: #D7E7DC;border-right:1px solid #ddd;}
.index-wrap ul li.key1 {border: 1px ridge;font-weight: bol;}
.index-wrap ul li.value {white-space: nowrap;}
.index-wrap ul li.value1 {list-style-type: none; padding:0 2px;}
.index-wrap ul li.value2 {list-style-type: none; padding:0 4px;}






@media all and (max-width:768px) {
	.responsive .list-board .wr-hidden { display:inline-block !important; }
	.responsive .list-board .item-subject { text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
	.responsive .list-board .item-details { margin-right:-15px }
	.responsive .list-board .item-details > span { margin-right:15px; font-weight:normal; }
	.responsive .list-board .item-details > span:last-child { margin-right:0px; }
}
